body{
    background-image: url("../images/leaves.png");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    font-size: 18px;
    font-family: 'Aladin', cursive;
    border: 5px dashed darkgray;
}